home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / MPW IIGS SC / SC.001.Shell / Asm Shell / Shell.make < prev    next >
Encoding:
Text File  |  1990-06-20  |  595 b   |  29 lines  |  [TEXT/MPS ]

  1. #
  2. #    This makefile builds:
  3. #        The sample application:    Shell
  4. #
  5. #   File:       Shell.make
  6. #   Target:     aii.shell
  7. #   Sources:    Shell.aii
  8. #                Shell.r
  9. #
  10. #    Copyright Apple Computer, Inc. 1988-1990
  11. #    All rights reserved.
  12. #
  13.  
  14. Shell ƒƒ Shell.make ∂
  15.         Shell.dfork ∂
  16.         Shell.rfork
  17.     DuplicateIIgs -y -mac aii.shell :
  18.     
  19. Shell.aii.obj ƒ Shell.make Shell.aii
  20.     AsmIIgs Shell.aii
  21.     
  22. Shell.dfork ƒ Shell.make Shell.aii.obj
  23.     LinkIIGS Shell.aii.obj -o Shell.dfork
  24.     Duplicate -d -y Shell.dfork aii.shell
  25.     
  26. Shell.rfork ƒ Shell.make Shell.r    
  27.     RezIIgs Shell.r -o Shell.rfork
  28.     Duplicate -r -y Shell.rfork aii.shell
  29.